type github.com/klauspost/compress/fse.bitWriter
12 uses
github.com/klauspost/compress/fse (current package)
bitwriter.go#L12: type bitWriter struct {
bitwriter.go#L29: func (b *bitWriter) addBits16NC(value uint16, bits uint8) {
bitwriter.go#L36: func (b *bitWriter) addBits16Clean(value uint16, bits uint8) {
bitwriter.go#L45: func (b *bitWriter) addBits16ZeroNC(value uint16, bits uint8) {
bitwriter.go#L58: func (b *bitWriter) flush() {
bitwriter.go#L130: func (b *bitWriter) flush32() {
bitwriter.go#L144: func (b *bitWriter) flushAlign() {
bitwriter.go#L155: func (b *bitWriter) close() {
bitwriter.go#L163: func (b *bitWriter) reset(out []byte) {
compress.go#L81: bw *bitWriter
compress.go#L87: func (c *cState) init(bw *bitWriter, ct *cTable, tableLog uint8, first symbolTransform) {
fse.go#L51: bw bitWriter
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |